home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / dskutil / flexp400.zip / INSTALL.FIL < prev    next >
Text File  |  1994-10-31  |  4KB  |  162 lines

  1. BACKGROUND 127
  2. LANGUAGE ENGLISH
  3. SHADOW ON
  4. TELESCOPE OFF
  5. WINOPEN 18 2 95
  6.  
  7. "           Nildram Software          "
  8. "         Installation Program        "
  9. ""
  10. "      FLEXIBAK Plus Version 4.00     "
  11. TELESCOPE ON
  12. SPACE 300
  13.  
  14. 'select destination drive and path. Alert user if FLEXIBAK Plus already present.
  15. DRIVE C 28 12 31 15 32 14 79
  16. PATH \FLEXPLUS 0 12 31 15 32 14 79
  17. EXIST ~1~2\*.DAT
  18. JUMP.NO UNPCK
  19. WINOPEN 0 12 31
  20. "FLEXIBAK Plus is already installed, answer <Y> if you are"
  21. "  upgrading or reinstalling or <N> if you wish to abort  "
  22. ASK 68 14
  23. WINCLOSE
  24. JUMP.YES UNPCK
  25. WINOPEN 0 12 79
  26. "INSTALLATION ABORTED BY OPERATOR"
  27. "       HIT <ENTER> TO EXIT"
  28. WAIT 50 14
  29. WINCLOSE
  30. END
  31.  
  32. 'Unpack files
  33. :UNPCK
  34. UNPACK INSTALL.FP 0 12 31 32 14 79
  35. JUMP.FAIL OOPS
  36. COPY ~0\*.DOC ~1~2\ 0 12 31
  37. COPY ~0\FILE_ID.DIZ ~1~2\ 0 12 31
  38. EXIST ~0\INSTALL.REG
  39. JUMP.YES UNPCK_REG
  40.  
  41. :PRNT_REG
  42. WINOPEN 0 12 47
  43. " This is a shareware copy of FLEXIBAK Plus"
  44. " Please ensure that your printer is on and"
  45. "press <ENTER> to print the registration form"
  46. WAIT 62 15
  47. WINCLOSE
  48. PRINT ~1~2\REGISTER.DOC
  49. JUMP.FAIL REG_ERROR
  50. JUMP RESTORE_CHECK
  51.  
  52. :REG_ERROR
  53. WINOPEN 0 11 79
  54. "Your printer is not responding. Possible problems:"
  55. "  Printer is off."
  56. "  Printer requires paper."
  57. "  Printer not attached to LPT1."
  58. ""
  59. "Do you wish to retry (Y/N)?"
  60. ASK 43 17
  61. WINCLOSE
  62. JUMP.NO RESTORE_CHECK
  63. JUMP PRNT_REG
  64.  
  65. :UNPCK_REG
  66. UNPACK INSTALL.REG 0 12 31 32 14 79
  67. JUMP.FAIL OOPS
  68.  
  69. :RESTORE_CHECK
  70. EXIST ~1~2\*.DAT
  71. JUMP.YES INST
  72. 'Copy data file(s) from Master Disk if required
  73. WINOPEN 0 12 31
  74. "Please answer <Y> if this is your first installation of"
  75. " FLEXIBAK Plus or <N> if you are going to restore data "
  76. ASK 68 14
  77. WINCLOSE
  78. JUMP.YES INST
  79. :DATA_FILE
  80. WINOPEN 0 12 31
  81. "Please insert your backup Master Disk in place of the"
  82. "  installation disk and press <ENTER> to continue    "
  83. WAIT 65 14
  84. WINCLOSE
  85. COPY ~0\*.DAT ~1~2\ 0 12 31
  86. JUMP.FAIL MAST_FAIL
  87. EXIST ~1~2\*.DAT
  88. JUMP.NO MAST_FAIL
  89. WINOPEN 0 12 31
  90. "Your data file(s), containing setup and backup information, have been"
  91. "  copied to your FLEXIBAK Plus directory. Press <ENTER> to continue  "
  92. WAIT 74 14
  93. WINCLOSE
  94.  
  95. 'Viewing instructions
  96. :INST
  97. WINOPEN 0 12 31
  98. "Would you like to view the instructions (Y/N)? "
  99. ASK 63 13
  100. WINCLOSE
  101. JUMP.NO PRNT_QUEST
  102. VIEW ~1~2\FLEXPLUS.DOC 79 31
  103.  
  104. 'Printing instructions
  105. :PRNT_QUEST
  106. WINOPEN 0 12 31
  107. "Would you like to print the instructions (Y/N)?"
  108. ASK 64 13
  109. WINCLOSE
  110. JUMP.NO OUT
  111. :PRNT
  112. PRINT ~1~2\FLEXPLUS.DOC
  113. JUMP.FAIL PRNT_ERROR
  114. JUMP OUT
  115.  
  116. :PRNT_ERROR
  117. WINOPEN 0 11 79
  118. "Your printer is not responding. Possible problems:"
  119. "  Printer is off."
  120. "  Printer requires paper."
  121. "  Printer not attached to LPT1."
  122. ""
  123. "Do you wish to retry (Y/N)?"
  124. ASK 43 17
  125. WINCLOSE
  126. JUMP.YES PRNT
  127.  
  128. :OUT
  129. WINOPEN 0 12 31
  130. "FLEXIBAK Plus is now installed."
  131. ""
  132. "Press <ENTER> to continue."
  133. WAIT 51 15
  134. WINCLOSE
  135. VIEW ~1~2\README.DOC 79 31
  136. END
  137.  
  138. :OOPS
  139. WINOPEN 0 12 79
  140. "THE INSTALLATION PROGRAM FAILED PRIOR TO COMPLETION"
  141. ""
  142. "Possible reasons:"
  143. "   -- The floppy disk was removed prior to completion."
  144. "   -- The floppy disk was damaged during shipping."
  145. ""
  146. WINCLOSE
  147. END
  148.  
  149. :MAST_FAIL
  150. WINOPEN 0 12 79
  151. "Your data files have not been copied to the FLEXIBAK Plus directory"
  152. ""
  153. "Possible reasons:"
  154. "   -- There are no data files on the floppy disk."
  155. "   -- The floppy disk was removed prior to completion."
  156. ""
  157. "              Do you wish to try again (Y/N)"
  158. ASK 52 19
  159. WINCLOSE
  160. JUMP.YES DATA_FILE
  161. JUMP INST
  162.